SetUnorderedAccessViews(Int32,UnorderedAccessView[]) Method
In This Topic
Sets an array of views for an unordered resource.
Syntax
'Declaration
Public Overloads Sub SetUnorderedAccessViews( _
ByVal As System.Integer, _
ByVal ParamArray () As UnorderedAccessView _
)
public void SetUnorderedAccessViews(
System.int ,
params UnorderedAccessView[]
)
Parameters
- startSlot
- Index of the first element in the zero-based array to begin setting.
- unorderedAccessViews
- A reference to an array of UnorderedAccessView references to be set by the method.
See Also